home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 56815 / 56815.xpi / chrome / browser.xul next >
Extensible Markup Language  |  2010-01-21  |  2KB  |  54 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <?xml-stylesheet type="text/css"   href="chrome://kidoztv/content/skin/kidoz.css"?>
  3. <!DOCTYPE overlay >
  4.  
  5. <overlay id="kidoztv-overlay" xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6.         
  7.         <script type="application/x-javascript" src="chrome://kidoztv/content/kidoz.js" />
  8.         
  9.  
  10.         <menupopup id="menu_ToolsPopup">
  11.             <menu label="KIDO'Z TV" class="menu-iconic" image="chrome://kidoztv/content/skin/tv16.png">
  12.             <menupopup>
  13.                 <menuitem id="k1" label="Start KIDOZ TV"  oncommand="kidoz.run()" />
  14.                 
  15.                      <menuitem id="k3" label="Parental control (Add Video)"  onclick="window._content.document.location='http://www.kidoz.net/parents';"/>
  16.                  <menuitem id="k34" label="More From KIDOZ"  onclick="window._content.document.location='http://www.kidoz.net';"/>
  17.  
  18.             </menupopup>
  19.             </menu>
  20.                     
  21.         </menupopup>
  22.  
  23.         
  24.  
  25.  
  26.         <!-- <statusbar id="status-bar">
  27.             <statusbarpanel id="kidoz_statusbutton" label="KIDO'Z TV" class="statusbarpanel-iconic" src="chrome://kidoztv/content/skin/tv16.png" tooltiptext="kidozTV" oncommand="kidoz.run()" />
  28.  
  29.             </statusbar>
  30.             
  31.         -->    
  32.         
  33.          <!-- Firefox Toolbar -->
  34.         <toolbarpalette id="BrowserToolbarPalette">
  35.  
  36.             <toolbarbutton id="kidoz-toolbar-button"  oncommand="kidoz.run()" />
  37.              
  38.         </toolbarpalette>
  39.         
  40.         
  41.         <commandset id="placesCommands">
  42.                 <command id="Browser:ShowAllBookmarks" disabled="true"/>
  43.                 <command id="Browser:ShowAllHistory" disabled="true"/>
  44.          </commandset>
  45.  
  46.         <keyset id="mainKeyset">
  47.             <key id="kiosk_f1" keycode="VK_F1" oncommand="kidoz.doNothing();"/>
  48.               <key id="kiosk_f6" keycode="VK_F6" oncommand="kidoz.doNothing();"/>
  49.         </keyset>
  50.  
  51.  
  52.  
  53.  
  54. </overlay>